<!-- TWO STEPS TO INSTALL POPUP WINDOW:
   1.  Paste the first into the HEAD of your HTML document
   2.  Use the code to open the popup page on your site  -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- The JavaScript Source!! http://www.alkathiry.net/alnadeem/ -->
<!-- Begin
function popUp() {
props=window.open('         ', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=200, height=300, left = 300, top = 150');
}
// End -->
</script>
<!-- STEP TWO: Paste this onLoad event handler into the BODY tag -->
<BODY onLoad="javascript:popUp()">
<!-- Script Size:  0.73 KB  -->

